home *** CD-ROM | disk | FTP | other *** search
/ Larry Magid's Essential Internet / Larry Magid's Essential Internet (Quarterdeck Corporation)(1995).ISO / qsockpro.qip / HOOKUPOT.IAP < prev    next >
INI File  |  1995-10-09  |  2KB  |  82 lines

  1. [Company]
  2. ;label of the Tab control
  3. TabLabel=HookUp
  4.  
  5. ;DIB file displaying logo
  6. LogoFile=hookup.dib
  7.  
  8. ;3 line company description
  9. Label1=HookUp Communication Corporation Ottawa
  10. Label2=All the power of Internet at your fingertips.
  11. Label3=Plug into the world today, the most convenient way, with HookUp
  12.  
  13. ;Credit card support
  14. Visa=yes
  15. MasterCard=yes
  16. AmericanExpress=no
  17. Discover=no
  18.  
  19. ;Title string for the More Info text
  20. InfoTitle=More about HookUp Communications
  21. ;File containing company information
  22. InfoFile=hookup.txt
  23.  
  24. ;Specify the # of available phone numbers
  25. TotalPhone=1
  26. ;Specify the # of additional information fields needed
  27. TotalField=5
  28.  
  29. ;Login script
  30. Script=login: qiapcpo$n word: qiapcp$n
  31.  
  32. [PhoneList]
  33. Phone1=+1 (905) 847-8587
  34.  
  35. ; Additional information for form 2
  36. [Field 1]
  37. UserLabel=Name as it appears on credit card:
  38. InfoLabel=CCName
  39. Require=yes
  40. Length=45
  41. Type=Ascii
  42. ErrMsg=You must enter your name as it appears on your credit card.
  43.  
  44. [Field 2]
  45. UserLabel=User Name (5 to 8 characters)
  46. InfoLabel=UserName1
  47. Length=8
  48. Require=yes
  49. ErrMsg=User Name for the Provider Extended Information must be specified
  50. MinLen=5
  51. ; type of the data, could be:
  52. ; Alpha     - 'A'-'Z' or 'a'-'z'
  53. ; AlphaNum  - 'A'-'Z', 'a'-'z', or '0'-'9'
  54. ; Ascii     - ASCII character (0x00 - 0x7F)
  55. ; Digit     - '0'-'9'
  56. Type=AlphaNum
  57.  
  58. [Field 3]
  59. UserLabel=User Name 2 (Optional)
  60. InfoLabel=UserName2
  61. Length=8
  62. Require=no
  63. MinLen=5
  64. Type=AlphaNum
  65.  
  66. [Field 4]
  67. UserLabel=User Name 3 (Optional)
  68. InfoLabel=UserName3
  69. Length=8
  70. Require=no
  71. MinLen=5
  72. Type=AlphaNum
  73.  
  74. [Field 5]
  75. UserLabel=Package number (default 101)
  76. InfoLabel=PackNum
  77. Length=3
  78. Require=no
  79. ErrMsg=Pacakge number is a 3 digit number
  80. MinLen=3
  81. Type=Digit
  82.